/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none!important;
    z-index: 1;
}

.trial{
    display:none
}

.v3d-simple-preloader-logo{
    width: 110%;
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

@media (max-width: 700px) {
    /* hostpot1 */
    #ann3_dialog {
      margin-left: 95px;
        margin-top: 50px;
        width: 250px;
  
    }
  
    /* hostpot2 */
    #ann4_dialog {
      margin-top: 80px;
      margin-left: -120px;
    }
  
    /* hostpot3 */
    #ann5_dialog {
      margin-top:50px;
      margin-left: -130px;
      width: 250px;
    }
  
    img {
      width: 100%;
    }
  }

  @media (height: 600px) {
    /* hostpot1 */
    #ann3_dialog {
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 60px;
      width: 250px
      
    }
  
    /* hostpot2 */
    #ann4_dialog {
      margin-top: 50px;
      margin-left: -0px;
      width: 0px;
    }
  
    /* hostpot3 */
    #ann5_dialog {
      margin-top:-160px;
      margin-left: -100px;
      width: 250px;
    
    }
  
    iframe {
      width: 100%;
      height: 150px;
    }
  
    img {
      width: 100%;
    }
  }